home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 March / Gamestar_71_2005-03_dvd.iso / Programy / MatrixY2K2005WebsiteStudio.exe / {app} / Matrix.exe / 0 / RCDATA / TFSUPPORT / TFSUPPORT.txt
Encoding:
Text File  |  2004-12-18  |  3.4 KB  |  145 lines

  1. object fSupport: TfSupport
  2.   Left = 208
  3.   Top = 162
  4.   ActiveControl = Button2
  5.   BorderIcons = []
  6.   BorderStyle = bsSingle
  7.   Caption = 'Support Matrix Y2K...'
  8.   ClientHeight = 289
  9.   ClientWidth = 390
  10.   Color = 14015453
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Shell Dlg 2'
  15.   Font.Style = []
  16.   FormStyle = fsStayOnTop
  17.   OldCreateOrder = False
  18.   Position = poScreenCenter
  19.   OnCloseQuery = FormCloseQuery
  20.   OnCreate = FormCreate
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object Button1: TButton
  25.     Left = 152
  26.     Top = 260
  27.     Width = 89
  28.     Height = 25
  29.     Caption = 'Close'
  30.     TabOrder = 0
  31.     OnClick = Button1Click
  32.   end
  33.   object Button2: TButton
  34.     Left = 8
  35.     Top = 112
  36.     Width = 0
  37.     Height = 0
  38.     Caption = 'Button2'
  39.     TabOrder = 1
  40.   end
  41.   object GroupBox1: TGroupBox
  42.     Left = 8
  43.     Top = 8
  44.     Width = 377
  45.     Height = 100
  46.     Caption = 'Question'
  47.     Color = 14015453
  48.     Font.Charset = ANSI_CHARSET
  49.     Font.Color = clWindowText
  50.     Font.Height = -11
  51.     Font.Name = 'Tahoma'
  52.     Font.Style = [fsBold]
  53.     ParentColor = False
  54.     ParentFont = False
  55.     TabOrder = 2
  56.     object Label1: TLabel
  57.       Left = 9
  58.       Top = 19
  59.       Width = 353
  60.       Height = 53
  61.       AutoSize = False
  62.       Caption = 
  63.         'Do you use Matrix Y2K very often ?'#13#10'Is this your favorite softwa' +
  64.         're ?'#13#10#13#10'If so then please support it by making a donation.'
  65.       Font.Charset = DEFAULT_CHARSET
  66.       Font.Color = clWindowText
  67.       Font.Height = -11
  68.       Font.Name = 'MS Shell Dlg 2'
  69.       Font.Style = []
  70.       ParentFont = False
  71.       WordWrap = True
  72.     end
  73.     object Label6: TLabel
  74.       Left = 9
  75.       Top = 76
  76.       Width = 141
  77.       Height = 13
  78.       Cursor = crHandPoint
  79.       Caption = 'Click here to make a donation'
  80.       Font.Charset = DEFAULT_CHARSET
  81.       Font.Color = clBlue
  82.       Font.Height = -11
  83.       Font.Name = 'MS Shell Dlg 2'
  84.       Font.Style = [fsUnderline]
  85.       ParentFont = False
  86.       OnClick = Label6Click
  87.     end
  88.   end
  89.   object GroupBox2: TGroupBox
  90.     Left = 8
  91.     Top = 115
  92.     Width = 377
  93.     Height = 97
  94.     Caption = 'Donation Reward...'
  95.     Font.Charset = DEFAULT_CHARSET
  96.     Font.Color = clWindowText
  97.     Font.Height = -11
  98.     Font.Name = 'MS Shell Dlg 2'
  99.     Font.Style = [fsBold]
  100.     ParentFont = False
  101.     TabOrder = 3
  102.     object Label2: TLabel
  103.       Left = 9
  104.       Top = 18
  105.       Width = 358
  106.       Height = 39
  107.       Caption = 
  108.         'Make a donation today and receive a special edition of Matrix Y2' +
  109.         'K wich removes all of the donation buttons and this start-up scr' +
  110.         'een.'#13#10'Matrix Y2K will then also start with a personalized splash' +
  111.         'screen.'
  112.       Font.Charset = DEFAULT_CHARSET
  113.       Font.Color = clWindowText
  114.       Font.Height = -11
  115.       Font.Name = 'MS Shell Dlg 2'
  116.       Font.Style = []
  117.       ParentFont = False
  118.       WordWrap = True
  119.     end
  120.     object Label5: TLabel
  121.       Left = 9
  122.       Top = 68
  123.       Width = 269
  124.       Height = 13
  125.       Caption = 'Those are very good reasons to donate to Matrix Y2K ;)'
  126.       Font.Charset = DEFAULT_CHARSET
  127.       Font.Color = clWindowText
  128.       Font.Height = -11
  129.       Font.Name = 'MS Shell Dlg 2'
  130.       Font.Style = []
  131.       ParentFont = False
  132.     end
  133.   end
  134.   object Panel1: TPanel
  135.     Left = 8
  136.     Top = 224
  137.     Width = 377
  138.     Height = 25
  139.     BevelOuter = bvLowered
  140.     Caption = 'This message will only be showed once a day...'
  141.     Color = 15000798
  142.     TabOrder = 4
  143.   end
  144. end
  145.